Skip to content

Conversation

schuellc-nvidia
Copy link
Collaborator

@schuellc-nvidia schuellc-nvidia commented Dec 17, 2024

Description

This PR makes Python actions fully compatible with the UMIM event architecture. Python actions can now be used for fully parallel tasks. They now support:

  • ActionStarted events that indicated the start of an action
  • StopAction event to stop a running action
  • ChangeAction events to update running actions
  • ActionUpdated events to feedback information from running actions
  • ActionFinished events also in the case of canceled or failed actions

Furthermore, the Colang 2 runtime.py is refactored and simplified. More unit tests are added and various related bugs are fixed.

@schuellc-nvidia schuellc-nvidia self-assigned this Dec 17, 2024
@schuellc-nvidia schuellc-nvidia marked this pull request as draft December 17, 2024 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants